home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / AppKiller 1.2 / src / ak_ppc.c < prev    next >
Encoding:
Text File  |  1993-05-16  |  2.6 KB  |  27 lines  |  [TEXT/ALFA]

  1. /*********
  2. ** ak_ppc.c
  3. **
  4. ** contains code for ppc functions of the program
  5. ** and code for launching other apps.
  6. ***********/
  7.  
  8. #ifndef THINK_C
  9.  /* include the <standard mac headers> */
  10. #include <AppleEvents.h>
  11. #include <Desk.h>
  12. #include <Dialogs.h>
  13. #include <Events.h>
  14. #include <Fonts.h>
  15. #include <GestaltEqu.h>
  16. #include <Menus.h>
  17. #include <OSEvents.h>
  18. #include <QuickDraw.h>
  19. #include <THINK.h>
  20. #include <ToolUtils.h>
  21. #include <Types.h>
  22. #include <Windows.h>
  23. #else
  24.  #include "ak_headers"
  25. #endif
  26. #include <BDC.h>